home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif…cial Edition 1999 Winter / cd 3.iso / mac / Mac / Shares / Midishare™1.68 / Development Tools / Sources Examples / msEcho / msEcho.make next >
Encoding:
Text File  |  1994-03-23  |  756 b   |  24 lines  |  [TEXT/MPS ]

  1. #   File:       msEcho.make
  2. #   Target:     msEcho
  3. #   Sources:    msEcho.p msEcho.r 'HD400:MPW Folder:Interfaces:PInterfaces:MIDIShareUnit.p'
  4. #   Created:    Samedi 19 Mai 1990 17:59:44
  5.  
  6.  
  7. OBJECTS = msEcho.p.o 'HD400:MPW Folder:Interfaces:PInterfaces:MIDIShareUnit.p.o'
  8.  
  9.  
  10. msEcho ƒƒ msEcho.make msEcho.r
  11.     Rez msEcho.r -append -o msEcho
  12.  
  13. msEcho ƒƒ msEcho.make {OBJECTS}
  14.     Link -t APPL -c 'Echo' ∂
  15.         {OBJECTS} ∂
  16.         "{Libraries}"Runtime.o ∂
  17.         "{Libraries}"Interface.o ∂
  18.         "{PLibraries}"PasLib.o ∂
  19.         -o msEcho
  20. msEcho.p.o ƒ msEcho.make msEcho.p
  21.      Pascal  msEcho.p
  22. 'HD400:MPW Folder:Interfaces:PInterfaces:MIDIShareUnit.p.o' ƒ msEcho.make 'HD400:MPW Folder:Interfaces:PInterfaces:MIDIShareUnit.p'
  23.      Pascal  'HD400:MPW Folder:Interfaces:PInterfaces:MIDIShareUnit.p'
  24.